home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 August: Tool Chest / Dev.CD Aug 94.toast / New System Software Extensions / OpenDoc A6 / SOM / OpenDoc and SOM / C / Foci.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-19  |  1.0 KB  |  40 lines  |  [TEXT/MPS ]

  1.  
  2. /*
  3.  * This file was generated by the SOM Compiler.
  4.  * FileName: Locrian:WWDCSun:C:Foci.h.
  5.  * Generated using:
  6.  *     SOM Precompiler somipc: somc/smemit.c
  7.  *     SOM Emitter emith.dll: somc/smmain.c
  8.  */
  9.  
  10. #ifndef SOM_Module_OpenDoc_Foci_defined
  11. #define SOM_Module_OpenDoc_Foci_defined 1
  12. #include <som.h>
  13.  
  14. /*
  15.  * Start of user-defined types:
  16.  */
  17. #define kODNullFocus 0 /* 0 */
  18. #define kODKeyFocus "Key"
  19. #define kODMenuFocus "Menu"
  20. #define kODSelectionFocus "Selection"
  21. #define kODModalFocus "Modal"
  22. #define kODScrollingFocus "Scrolling"
  23. #define OpenDoc_Foci_OpenDoc_Foci_Version "1.0."
  24.  
  25. #ifndef SOM_DONT_USE_SHORT_NAMES
  26. #ifndef SOMTGD_OpenDoc_Foci_Version
  27.     #ifdef OpenDoc_Foci_Version
  28.         #undef OpenDoc_Foci_Version
  29.         #define SOMTGD_OpenDoc_Foci_Version 1
  30.     #else
  31.         #define OpenDoc_Foci_Version OpenDoc_Foci_OpenDoc_Foci_Version
  32.     #endif /* OpenDoc_Foci_Version */
  33. #endif /* SOMTGD_OpenDoc_Foci_Version */
  34. #endif /* SOM_DONT_USE_SHORT_NAMES */
  35.  
  36. /*
  37.  * End of user-defined types.
  38.  */
  39. #endif /* SOM_Module_OpenDoc_Foci_defined */
  40.